entry completion: Reduce the timeout
authorMatthias Clasen <mclasen@redhat.com>
Sat, 5 Dec 2015 19:12:27 +0000 (14:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 5 Dec 2015 19:12:27 +0000 (14:12 -0500)
Pop up the completion window after 100ms. The previous timeout
of 300ms was making completions feel slow.

https://bugzilla.gnome.org/show_bug.cgi?id=758929

gtk/gtkentrycompletion.c

index 9acae9de70a1138d8ba0fd1eddbe313f19725d05..8026806186aec1c073effa45c6db080645344e96 100644 (file)
@@ -90,7 +90,7 @@
 #include <string.h>
 
 #define PAGE_STEP 14
-#define COMPLETION_TIMEOUT 300
+#define COMPLETION_TIMEOUT 100
 
 /* signals */
 enum